JDBC Details Interface |
|
Field Name |
Property |
Field Description |
---|---|---|
JDBC Driver |
Mandatory |
Select a JDBC driver you intend to use from the drop-down list.If the required driver is not present in the list, you can select the Others option and enter the value of the driver in the Driver Class field. For example, in case of an Oracle database, the driver name isoracle.jdbc.driver.OracleDriver. |
Connection String |
Mandatory |
Specifies the information (DB details and port number) using which we connect to the database. For example, jdbc:microsoft:sqlserver://testserver;SelectMethod=cursor is the connection string for Microsoft SQL 2000 and jdbc:sqlserver://<<server_name>>:<<port_no>> for Microsoft SQL 2005. |
JDBC Driver XA Class |
Optional |
Specifies the implementation class and is stored as a part of Database Configuration. Ensure to provide this fully qualified class name to enable the support for Reliable Messaging functionality in the Service Container configuration page. Depending on the type of JDBC driver selected (Microsoft SQL 2005 or MySQL, Oracle), the textbox is populated with default implementation driver class. You can always change this class name. |
Default Database |
Optional |
Default Database: This field contains the name of a database (Catalog name or Schema to be connected). For example, in SQL Server, if a user wants to connect to a particular database (example Eastwind), this database name must be mentioned in this field. If no database name is mentioned, the Service Container is connected to the default database of that user (example master for 'sa' user). |
DB User |
Optional |
Specifies the authenticated user name for authentication to the database. This is required only when the selected database needs authentication. |
Password |
Optional |
This field contains the password for authentication. |
Use SSL |
Optional |
Select this option to enable SSL Connectivity.Secure Socket Layer (SSL) connectivity enables encryption of data during transfer over any network. In order to use this option in Process Platform, the database server must be configured to use SSL.This option is applicable for the following combinations:
|